home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / ChooseEncoding.bproj / ChooseEncoding.h next >
Encoding:
Text File  |  1994-10-31  |  931 b   |  24 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //    FILENAME:    ChooseEncoding.h
  3. //    SUMMARY:    Interface for a Tool-based UI for eText HTML Encoders
  4. //    SUPERCLASS:    Object
  5. //    INTERFACE:    None
  6. //    PROTOCOLS:    <Tool>
  7. //    AUTHOR:        Rohit Khare
  8. //    COPYRIGHT:    (c) 1994 California Institure of Technology, eText Project
  9. ///////////////////////////////////////////////////////////////////////////////
  10. //    DESCRIPTION: This is a custom class designed to provide a UI for a 
  11. //    UI-less hook of eText: allowing the user to choose between different
  12. //    encoding tables for HTML character mappping.
  13. ///////////////////////////////////////////////////////////////////////////////
  14. //    HISTORY
  15. //    10/31/94:    Created. Implemented in just minutes, from scratch.
  16. ///////////////////////////////////////////////////////////////////////////////
  17.  
  18. #import "eText.subproj/eText.Class.h"
  19.  
  20. @interface ChooseEncoding:Object <Tool>
  21. {
  22. }
  23.  
  24. @end